home *** CD-ROM | disk | FTP | other *** search
- Path: lll-winken.llnl.gov!usenet
- From: Sean Ahern <ahern@llnl.gov>
- Newsgroups: comp.sys.sun.admin,comp.sys.unix,comp.lang.c
- Subject: Yet more GCC 2.7.2 problems (SunOS 4). Memmove is missing.
- Date: Fri, 26 Jan 1996 14:47:07 -0800
- Organization: Lawrence Livermore National Laboratory
- Message-ID: <310959EB.41C6@llnl.gov>
- NNTP-Posting-Host: sphere.llnl.gov
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b6a (X11; I; IRIX 5.3 IP12)
-
- Just to let you know what OS I'm on, uname -a gives me this:
- SunOS spear.lln 4.1.3_U1 1 sun4c
-
- I've compiled and installed GCC 2.7.2 on this machine, but I've noticed that
- I'm missing something important. The memmove call is missing, it seems. I get
- unresolved references when I attempt to compile code that uses memmove.
-
- gcc -o foo foo.c -ldl
- ld: Undefined symbol
- _memmove
-
- Looking around the configuration for sun and the source code for gcc would lead
- me to believe that memmove should be in the libgcc.a libraries, but I can't
- seem to find it. I also can't seem to find anything mentioning this on the Web
- or in any FAQ.
-
- Does anyone know what I might be doing wrong here?
-
- Thanks for your help.
-
- -- __ .
- ahern@llnl.gov ( _ _.._ /||_ _ ._._
- Lawrence Livermore National Laboratory __)(/_(_|| ) /-|| )(/_| | )
- http://ccnet.com/~ahern/
-